home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / grammar.arc / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-02-16  |  993b  |  27 lines

  1.  
  2. echo off
  3. cls
  4. echo **************************************************************
  5. echo *                                                            *
  6. echo *  The program disk from South-Western should be in Drive A  *
  7. echo *  and your DOS disk should be in Drive B.                   *
  8. echo *                                                            *
  9. echo **************************************************************
  10. pause
  11. echo on
  12. b:
  13. sys a:
  14. copy command.com a:
  15. a:
  16. echo off
  17. cls
  18. echo **************************************************************
  19. echo *                                                            *
  20. echo *  DOS is now installed on your program disk.  To start      *
  21. echo *  the program, press the CTRL (control), ALT (alternate)    *
  22. echo *  and DEL (delete) keys simultaneously.                     *
  23. echo *                                                            *
  24. echo **************************************************************
  25. echo on
  26.  
  27.